diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2020-01-06 14:32:30 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2020-01-06 14:32:30 -0500 |
commit | 10ef81bf85ad0a4bad0d204838e14c99ca2526f7 (patch) | |
tree | b4bb36a326d41de12d1a6181d2a2baf34696ac24 /plugins/jetpack/scss/atoms/typography/_functions.scss | |
parent | Updating script for Update (diff) | |
download | blogs-gentoo-10ef81bf85ad0a4bad0d204838e14c99ca2526f7.tar.gz blogs-gentoo-10ef81bf85ad0a4bad0d204838e14c99ca2526f7.tar.bz2 blogs-gentoo-10ef81bf85ad0a4bad0d204838e14c99ca2526f7.zip |
Update jetpack 8.0
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'plugins/jetpack/scss/atoms/typography/_functions.scss')
-rw-r--r-- | plugins/jetpack/scss/atoms/typography/_functions.scss | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/jetpack/scss/atoms/typography/_functions.scss b/plugins/jetpack/scss/atoms/typography/_functions.scss deleted file mode 100644 index 878bc05e..00000000 --- a/plugins/jetpack/scss/atoms/typography/_functions.scss +++ /dev/null @@ -1,12 +0,0 @@ -// ========================================================================== -// em() -// -// Convert px to em in a readable fashion. -// ========================================================================== - -// Examples: -// 1. font-size: em(14px); -// 2. font-size: em(30px/14px); -@function em($value, $context: map-get($root-font, font-size)) { - @return ($value / $context * 1em); -} |