|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
module Docs
|
|
|
|
|
class Css
|
|
|
|
|
class EntriesFilter < Docs::EntriesFilter
|
|
|
|
|
DATA_TYPE_SLUGS = %w(angle color_value counter frequency gradient image
|
|
|
|
|
integer length number percentage position_value ratio resolution shape
|
|
|
|
|
string time timing-function uri user-ident)
|
|
|
|
|
DATA_TYPE_SLUGS = %w(angle basic-shape color_value counter frequency
|
|
|
|
|
gradient image integer length number percentage position_value ratio
|
|
|
|
|
resolution shape string time timing-function uri user-ident)
|
|
|
|
|
|
|
|
|
|
FUNCTION_SLUGS = %w(attr calc cross-fade cubic-bezier cycle element
|
|
|
|
|
linear-gradient radial-gradient repeating-linear-gradient
|
|
|
|
@ -12,7 +12,7 @@ module Docs
|
|
|
|
|
PSEUDO_ELEMENT_SLUGS = %w(::after ::before ::first-letter ::first-line
|
|
|
|
|
::selection)
|
|
|
|
|
|
|
|
|
|
VALUE_SLUGS = %w(auto inherit initial none normal)
|
|
|
|
|
VALUE_SLUGS = %w(auto inherit initial none normal unset)
|
|
|
|
|
|
|
|
|
|
ADDITIONAL_ENTRIES = {
|
|
|
|
|
'shape' => [
|
|
|
|
|