CHANGED: style and components directories, removed redundant imports from styles
ADDED: container and card component, card-subcomponents WIP
This commit is contained in:
17
src/styles/input-styles/checkbox.css
Normal file
17
src/styles/input-styles/checkbox.css
Normal file
@@ -0,0 +1,17 @@
|
||||
/* Error: Undefined mixin.
|
||||
* ,
|
||||
* 4 | @include m3-label-mixin
|
||||
* | ^^^^^^^^^^^^^^^^^^^^^^^
|
||||
* '
|
||||
* checkbox.sass 4:5 root stylesheet */
|
||||
|
||||
body::before {
|
||||
font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
|
||||
"Droid Sans Mono", monospace, monospace;
|
||||
white-space: pre;
|
||||
display: block;
|
||||
padding: 1em;
|
||||
margin-bottom: 1em;
|
||||
border-bottom: 2px solid black;
|
||||
content: "Error: Undefined mixin.\a \2577 \a 4 \2502 @include m3-label-mixin\a \2502 ^^^^^^^^^^^^^^^^^^^^^^^\a \2575 \a checkbox.sass 4:5 root stylesheet";
|
||||
}
|
||||
Reference in New Issue
Block a user