Changed all Stylus css to SASS because stylus is no longer supported by anyone. Fixed a bunch of references to old files no longer used - there are a lot of old pages that could still be removed.
This commit is contained in:
28
public/main.scss
Normal file
28
public/main.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
@use 'basic';
|
||||
|
||||
@use "clearfix";
|
||||
@use "home";
|
||||
@use "farm";
|
||||
@use "food";
|
||||
@use "animals";
|
||||
@use "services";
|
||||
@use "holidays";
|
||||
@use "farm-made-fare";
|
||||
@use "grow-and-can";
|
||||
@use "eggs";
|
||||
@use "beef";
|
||||
@use "pigs";
|
||||
@use "chicken";
|
||||
@use "markets";
|
||||
@use "slideshow";
|
||||
@use "visiting";
|
||||
@use "weddings";
|
||||
@use "yaks";
|
||||
@use "community";
|
||||
@use "yaks";
|
||||
@use "us";
|
||||
@use "veggies";
|
||||
@use "aquaponics";
|
||||
@use "shipping";
|
||||
@use "ap/aphome";
|
||||
@use "ap/airlift";
|
||||
Reference in New Issue
Block a user