You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2018. It is now read-only.
We had some issues on configuring compass to work on the project.
It appears that we need to put "gulp-compass" in the gulpfile.js but we are not sure.
Thing is we have to read documentation about this later in order to learn how compass works with sass and gulp in a Symfony project, not very clear for now.
Quick information on Compass and why we should use it for css :
** It has a large collection of mixins and functions that you'll find incredibly useful (while commonly pointed to for generating vendor prefixed CSS3 properties, it can do things like automatically generate spritemaps and the CSS to go with them).
** Compass is also built in such a way that you can bundle your own bootstrap type library for easily deploying in multiple projects without the need to copy/paste the source for it in each one.
We had some issues on configuring compass to work on the project.
It appears that we need to put "gulp-compass" in the gulpfile.js but we are not sure.
Thing is we have to read documentation about this later in order to learn how compass works with sass and gulp in a Symfony project, not very clear for now.
Quick information on Compass and why we should use it for css :
** It has a large collection of mixins and functions that you'll find incredibly useful (while commonly pointed to for generating vendor prefixed CSS3 properties, it can do things like automatically generate spritemaps and the CSS to go with them).
** Compass is also built in such a way that you can bundle your own bootstrap type library for easily deploying in multiple projects without the need to copy/paste the source for it in each one.