I am new to Joomla and after doing some research I haven't found a solution whether it is possible to make use of the combination of Sass & BEM (Block Element Modifier) in a Joomla environment?
Asked
Active
Viewed 239 times
1 Answers
0
SASS precompiles to CSS. Methodologies like BEM, SMACSS, etc are essentially used for naming conventions so they really have no technical bearing on the final CSS output.
The short answer is yes, you can use SASS and BEM to create/modify the Joomla CSS.

Lowkase
- 5,631
- 2
- 30
- 48
-
Thanks for your help. I'm well clued up with BEM and SMACSS and the rest. – Jukebox82 Jul 04 '16 at 15:41
-
My concern is how to implement a module or plug in into joomla that supports sass and BEM preferably BEM Constructor which is a sass library created by Daniel Guillan https://github.com/danielguillan/bem-constructor – Jukebox82 Jul 04 '16 at 15:46