Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ind.ie Projects
Responsive Pixels
Commits
86ebf946
Commit
86ebf946
authored
Aug 05, 2013
by
Oskar Kalbag
Browse files
Added smaller attribute to remify mixin. For font-size: smaller;
parent
2ae19636
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.styl
View file @
86ebf946
...
...
@@ -21,7 +21,7 @@
/* Convert unit to rems if unit is in pixels. */
remify(value)
if value == 'inherit' || value == 'auto' || value == 'none' || value == 'cover' || value == 0 || value == null
if value == 'inherit' || value == 'auto' || value == 'none' || value == 'cover' || value ==
'smaller' || value ==
0 || value == null
value
else if unit(value) == 'px'
unit(value/16, 'rem')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment