This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const postcss = require( 'postcss' ); | |
| const getColors = require( 'get-css-colors' ); | |
| /* A size is any number, optionally with a unit. */ | |
| const isSize = ( value ) => /^\d+\s?([a-zA-Z]+)?$/.test( value.trim() ); | |
| /* If the value has a color in it, getColors will return an array. */ | |
| const isColor = ( value ) => null !== getColors( value ); | |
| /* A line style is from a set of values */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html><head><meta content="text/html; charset=UTF-8" http-equiv="content-type"><style type="text/css">@import url('https://themes.googleusercontent.com/fonts/css?kit=Ry7ZpkCWHRNK4QK2VqZc1A');.lst-kix_iksx4snm8e8q-8>li:before{content:"\0025a0 "}ul.lst-kix_iksx4snm8e8q-5{list-style-type:none}.lst-kix_iksx4snm8e8q-4>li:before{content:"\0025cb "}ul.lst-kix_iksx4snm8e8q-4{list-style-type:none}ul.lst-kix_iksx4snm8e8q-3{list-style-type:none}ul.lst-kix_iksx4snm8e8q-2{list-style-type:none}ul.lst-kix_iksx4snm8e8q-1{list-style-type:none}ul.lst-kix_iksx4snm8e8q-0{list-style-type:none}.lst-kix_iksx4snm8e8q-2>li:before{content:"\0025a0 "}.lst-kix_iksx4snm8e8q-3>li:before{content:"\0025cf "}.lst-kix_iksx4snm8e8q-0>li:before{content:"\0025cf "}.lst-kix_iksx4snm8e8q-1>li:before{content:"\0025cb "}ul.lst-kix_iksx4snm8e8q-8{list-style-type:none}ul.lst-kix_iksx4snm8e8q-7{list-style-type:none}ul.lst-kix_iksx4snm8e8q-6{list-style-type:none}.lst-kix_iksx4snm8e8q-5>li:before{content:"\0025a0 "}.lst-kix_iksx4snm8e8q-6>li:befor |
OlderNewer