This website requires JavaScript.
Explore
Help
Register
Sign In
empayre
/
fleet
Watch
14
Star
0
Fork
0
You've already forked fleet
mirror of
https://github.com/empayre/fleet.git
synced
2024-11-07 01:15:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
fc7e666476
fleet
/
frontend
/
styles
/
helpers.scss
6 lines
98 B
SCSS
Raw
Normal View
History
Unescape
Escape
add prettier and have it format all fleet application code (#625) * add prettier and have it format all js code except website: : * trying running prettier check in CI * fix runs on in CI * change CI job name * fix prettier erros and fix CI
2021-04-12 13:32:25 +00:00
@import
"
var/global.scss
"
;
Rearranging Files & Killing Off colors.js (#482)
2016-11-15 18:52:17 +00:00
Allow SCSS to import globs (#332)
2016-10-21 15:57:33 +00:00
@function
px-to-rem
(
$px
)
{
@return
(
$px
/
$base-font-size
)
+
rem
;
}
Reference in New Issue
Copy Permalink