Questions tagged as 'sass'

2
answers

Leave a responsive screen according to monitor resolution

Good morning! I have a login screen, which I'm doing with bootstrap 4. How would I adjust the layout of the page so that the background image is not missing or exploding? As you can see in the image below, on 1440 x 1032 monitors, a low...
asked by 17.11.2018 / 06:55
1
answer

CSS / SCSS: Generic validation element accompanying the input format

I have a problem in my stylesheet. I have a generic Input, as shown below: Iputanelementtovalidatemyform,thevalidationisOK,butI'mhavingproblemsinalignment,becauseifIincreaseordecreasethetextfield,theelementremains.Seeanexample: Thevalidation...
asked by 01.09.2018 / 21:31
1
answer

Bootstrap - Update only one of the div (Menu)

I'm starting a project with bootstrap and would like to update only the div class = content when selecting any menu option. How do I do it? Follows: ├── html files │ └── index.html Src/ ├── pages/ │ └── form1.html │ └── form2.htm...
asked by 25.05.2018 / 21:15
1
answer

Include angular sass 5

What better way to set SASS in angle 5, and there is some specific implementation to organize it into the project.     
asked by 02.03.2018 / 01:22
1
answer

Add color to mine when scrolling the page and remove when it reaches the top

I'm developing a menu with bootstrap and it does the following it stays on the top of the page and as soon as the user rolls the page down it disappears and when the user rolls up the menu it appears until then everything okay the problem is the...
asked by 24.02.2018 / 08:09
1
answer

Webpack + sass generating style.css

Because the webpack at the time of extract in .scss files, it creates the file styles.css in the < strong> dist / css , but it removes the quotes and dots from the path of a photo for example: background: url("../img/back.jpg") . Lea...
asked by 12.02.2018 / 14:08
1
answer

Gulp command does not work

Hello, I created a home.sass file @import molecules/mixins @import ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap /variables @import ../bower_components/bootstrap-sass/assets/stylesheets/bootstrap /mixins @import ../bower_...
asked by 23.05.2017 / 20:56
1
answer

SASS Identation 2 spaces?

Hello, Recently I'm using Sass without any front-end automation due to company guidelines and I usually work with the .sass format, however I'm having problems with the id's of the same, always complaining that instead of a tab, there are two...
asked by 25.10.2016 / 23:02
1
answer

How to pass variables from C # MVC 4 to SSS SCSS?

I need to dynamically change my CSS files by pulling some data, such as colors, from the database. I have chosen to use SASS in the application, but can I import an application variable into MVC 4 into my SCSS file?     
asked by 11.10.2016 / 21:14
1
answer

Multiple conversion SCCS SASS

Hello, Previously, in a project of mine, I made more than two hundred .scss files, and recently I adapted to using .sass. I would like to know if it is possible to convert all these files at once, instead of going one by one and doing: $ sa...
asked by 20.10.2016 / 19:56