Convert non-CSS-valid comment syntax to CSS-valid
... because even though SCSS is protecting me now, i'll get burnt (again) later. Also, remove a commented-out line.
This commit is contained in:
parent
09bf3afe16
commit
eb6dafaac4
2 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,9 @@
|
|||
@charset "UTF-8";
|
||||
// Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout
|
||||
/**
|
||||
* Extend or override Bulma's layouts ../../node_modules/bulma/sass/layout
|
||||
*/
|
||||
|
||||
// Center logo & sitename when they stack on tiny screens.
|
||||
/* Center logo & sitename when they stack on tiny screens. */
|
||||
|
||||
@include until($mini) {
|
||||
.sitename.column,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue