Converting application less to sass.
This commit is contained in:
parent
b30be955ca
commit
fec6b6caa5
26 changed files with 1140 additions and 0 deletions
5
app/assets/sass/base/_global.scss
Normal file
5
app/assets/sass/base/_global.scss
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
Reference in a new issue