Questions tagged [rscss]

Reasonable Standard* for CSS Stylesheet Structure.

5 questions
4
votes
1 answer

Dynamically Generate Class Name and CSS Attributes in Sass

I want to dynamically generate very specific class names and attributes with an iterator and conditional checker in SCSS Sass Version 3. If divisible by half, add half at end. If .25 suffix only, suffix with '1q' If .75 suffix, suffix with…
curtybear
  • 1,458
  • 2
  • 20
  • 39
3
votes
2 answers

I want to know the difference between rscss and bem

I don't understand the difference between RSCSS vs BEM. Someone says RSCSS and someone says BEM. Pls let me know the difference that
Pirune
  • 187
  • 1
  • 1
  • 11
2
votes
1 answer

How to use SASS in Brackets text editor

I am new user of the Bracket text editor. Can anyone tell me how to integrate SASS extension and how to use it?
Uzzal Chandra Dey
  • 91
  • 1
  • 2
  • 13
1
vote
1 answer

Navbar with two rows with RSCSS

I' trying to use RSCSS on my project. I've a navbar with two rows and each row has columns. Is this correct or should I use something different? .top-navbar .subnavbar-one .column .column .subnavbar-two .column .column
Fez Vrasta
  • 14,110
  • 21
  • 98
  • 160
0
votes
2 answers

Is there any way to only render the template/content of my Angular component?

I want to have a clean HTML, only the component content and not the container, because I want to use ITCSS and RSCSS methodologies. So, thinking that I have 2 components: app-simple-card and app-superior-header; I want have the following…
klauskpm
  • 2,965
  • 2
  • 18
  • 29