blkCodeCollctve / bcc

Black Code Collective Website
10 stars 4 forks source link

Implement SASS or LESS for handling CSS #29

Open thestrugglingblack opened 7 years ago

thestrugglingblack commented 7 years ago

This is for fun but eventually sometime down the road we would like to utilize these css extensions to handle how we develop the design and look of our page.

SASS DOCUMENTATION LESS DOCUMENTATION

Acceptance Criteria:

jmdembe commented 7 years ago

I think I'll go with Sass on this one. We're using webpack, correct?

thestrugglingblack commented 7 years ago

Yes, we are using webpack. In the next few days there is going to be some major updates done to webpack to resolve retrieving local files and getting over the CORS error.

pdrittenhouse commented 7 years ago

If using SASS & Webpack be sure to use the ruby-sass-loader as sass-loader uses node-sass/libsass and has issues with compiling nested placeholders/variables.