domsPlace/public/styles/index.scss

99 lines
3.0 KiB
SCSS

// Copyright (c) 2018 Dominic Masters
//
// MIT License
//
// Permission is hereby granted, free of charge, to any person obtaining
// a copy of this software and associated documentation files (the
// "Software"), to deal in the Software without restriction, including
// without limitation the rights to use, copy, modify, merge, publish,
// distribute, sublicense, and/or sell copies of the Software, and to
// permit persons to whom the Software is furnished to do so, subject to
// the following conditions:
//
// The above copyright notice and this permission notice shall be
// included in all copies or substantial portions of the Software.
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@charset "UTF-8";
//Settings
@import './settings/animation.scss';
@import './settings/colors.scss';
@import './settings/responsive.scss';
@import './settings/typography.scss';
@import './settings/z.scss';
//Tools
@import './tools/flex.scss';
@import './tools/list.scss';
@import './tools/prefix.scss';
@import './tools/_animation.scss';
@import './tools/_box-shadow.scss';
@import './tools/_gradient.scss';
@import './tools/_transform.scss';
@import './tools/_responsive.scss';
@import './tools/_absolute-centering.scss';
@import './tools/_input.scss';
@import './tools/_shadow.scss';
//Resets
//Elements
@import './elements/all.scss';
@import './elements/button.scss';
@import './elements/html.scss';
@import './elements/inputs.scss';
@import './elements/_a.scss';
@import './elements/_body.scss';
@import './elements/_headings.scss';
//Objects
@import './objects/main.scss';
@import './objects/_app.scss';
@import './objects/_background.scss';
@import './objects/_button.scss';
@import './objects/_element-scroll-fader.scss';
@import './objects/_floating-content-box.scss';
@import './objects/_form.scss';
@import './objects/_input.scss';
@import './objects/_loader.scss';
@import './objects/_navbar.scss';
@import './objects/_title.scss';
@import './objects/_video.scss';
//Components
@import './components/_body-section.scss';
@import './components/_clear-section.scss';
@import './components/_footer.scss';
@import './components/_image-section.scss';
@import './components/_page.scss';
@import './components/_section.scss';
@import './components/_split-section.scss';
@import './components/_video-section.scss';
//Pages
@import './pages/_about-page.scss';
@import './pages/_contact-page.scss';
@import './pages/_home-page.scss';
//Utilities
@import './utilities/text-align.scss';
@import './utilities/_responsive.scss';
//Vendor
@import './vendor/_fonts.scss';
//Trumps