feat: Change - to _ for selector names
This commit is contained in:
parent
89db97c358
commit
eb4349f9e5
5 changed files with 13 additions and 17 deletions
|
|
@ -163,7 +163,7 @@
|
|||
|
||||
// Flex & grid
|
||||
// -----------------------------------------------------------------------------
|
||||
%flex-inline {
|
||||
%flex_inline {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
|
|
@ -172,18 +172,18 @@
|
|||
gap: config.$space_half config.$space_basic;
|
||||
}
|
||||
|
||||
%flex-column,
|
||||
%flex-row {
|
||||
%flex_column,
|
||||
%flex_row {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
gap: config.$space_basic;
|
||||
}
|
||||
|
||||
%flex-column {
|
||||
%flex_column {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
%flex-row {
|
||||
%flex_row {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
|
|
@ -255,7 +255,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
#mouse-overlay {
|
||||
#mouse_overlay {
|
||||
@extend %viewport_fixed;
|
||||
z-index: config.$z_heaven;
|
||||
transition: background-color config.$duration_long config.$timing_basic config.$duration_long;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue