Massive update to sync with the wp site

This commit is contained in:
Don Harper 2019-05-20 16:48:56 -05:00
parent 4a7c90f5bb
commit ac7ca39956
75 changed files with 5381 additions and 105 deletions

View file

@ -0,0 +1,6 @@
# Compiler to process LESS files.
LESS_COMPILER = 'lessc'
# A list of options to pass to the LESS compiler.
# Final command is: LESS_COMPILER LESS_OPTIONS file.less
LESS_OPTIONS = []