Relative Content

Tag Archive for htmlsass

SCSS Grid Nested Divs

I thought I understood grids enough to build a very basic table. The table would have 3 columns and n-rows; the first row is a header. For the data rows, I would like each row within its own div element.

Mixin shows Undefined even when imported

I am trying to import a mixin in my scss code, but when I do it shows it is not defined. ANd shows an error message. But when I make another scss file named “_mixin.scss” and then import the mixin then it works and does not show any error.
Compilation Error
Error: Undefined mixin.