mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 08:42:00 +02:00
streamline CSS, remove google font/cdn dep
This commit is contained in:
parent
ab6abc637e
commit
47344e8bdc
186 changed files with 31689 additions and 1655 deletions
|
@ -104,8 +104,8 @@ Sinatra::Application.set :erb, escape_html: true
|
|||
require 'sass/plugin/rack'
|
||||
Sinatra::Application.use Sass::Plugin::Rack
|
||||
|
||||
Sass::Plugin.options[:template_location] = './public/assets/css'
|
||||
Sass::Plugin.options[:css_location] = './public/assets/css'
|
||||
Sass::Plugin.options[:template_location] = 'sass'
|
||||
Sass::Plugin.options[:css_location] = './public/css'
|
||||
Sass::Plugin.options[:style] = :nested
|
||||
|
||||
if ENV['RACK_ENV'] == 'production'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue