This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
fleet
Watch
1
Star
0
Fork
You've already forked fleet
0
mirror of
https://github.com/fleetdm/fleet
synced
2026-05-24 09:28:54 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
30
25c41cda94
fleet
/
frontend
/
styles
/
helpers.scss
6 lines
98 B
SCSS
Raw
Normal View
History
Unescape
Escape
Rearranging Files & Killing Off colors.js (#482)
2016-11-15 18:52:17 +00:00
@import
'
var/global.scss
'
;
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 a new issue
Copy permalink