|
|
@ -21,6 +21,14 @@ module Docs
|
|
|
|
# removed so it is easy to "get_type" (see tailwindcss/entries.rb line #15)
|
|
|
|
# removed so it is easy to "get_type" (see tailwindcss/entries.rb line #15)
|
|
|
|
%r{\/colors\z}
|
|
|
|
%r{\/colors\z}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
options[:skip_patterns] = [
|
|
|
|
|
|
|
|
# Skip setup instructions
|
|
|
|
|
|
|
|
/\/browser-support$/,
|
|
|
|
|
|
|
|
/\/editor-setup$/,
|
|
|
|
|
|
|
|
/\/installation$/,
|
|
|
|
|
|
|
|
/\/optimizing-for-production$/,
|
|
|
|
|
|
|
|
/\/upgrade-guide/,
|
|
|
|
|
|
|
|
/\/using-with-preprocessors/
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
#Obtainable from https://github.com/tailwindlabs/tailwindcss/blob/master/LICENSE
|
|
|
|
#Obtainable from https://github.com/tailwindlabs/tailwindcss/blob/master/LICENSE
|
|
|
|