neocities/files/new-Design/assets/css/neo.scss
Scott O'Hara 3e2cdcd138 redesign
included all dev and production files for new redesign.

the index file has a different layout than the interior page files.

for more in-depth look into how these are set up, look in the templates > includes & layouts folders.

I used .liquid files to create these pages, and all the content for the files are in there, with the base layout stuff in the includes and layout files.

check the converted-html folder to see how everything should look.

(test it on an android phone.  should look good now) :)
2013-07-13 15:02:32 -04:00

34 lines
1.6 KiB
SCSS

// Import Fonts
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700,700italic,600,400italic,300italic,600italic);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);
// Variables and Mixins
@import '_project-sass/project-Vars'; // misc. layout and additional styling vars
@import '_helper-sass/mixins'; // reusable code bases
// Base HTML Values
@import '_base-sass/basic'; // standardizes the base styling of HTML elements
@import '_base-sass/tables'; // Base styling for tables
@import '_helper-sass/layout'; // Responsive & fixed layouts
// Interactions
@import '_base-sass/navs'; // Base navigation rules
@import '_base-sass/forms'; // Base form component rules
@import '_helper-sass/buttons'; // Base button rules
// Helper Classes
@import '_helper-sass/navs'; // Base navigation classes
@import '_helper-sass/helper'; // Classes to extend others. Mini-modules -- these need to be separated out?
// Branding & Typography
@import '_helper-sass/type'; // helper classes for general typography
@import '_project-sass/project-Type'; // colors, fonts, sizes
@import '_project-sass/project-Base'; // restyle and make classes specific for your project here
// Print Styling
//@import '_project-sass/print-Styles'; // Styling for printing of websites
// FIXITFIXITFIXITFIXIT
// @import 'tidy';
// Only import tidyUp if you actually need to make some quick fix hacks that you don't
// have time to do properly. Otherwise the file should be empty w/no need for import