domsPlace/public/styles/global.scss

56 lines
1.9 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.
/*
* Global Stylesheet
* Global stylesheet provides tools and common utilities for use throughout
* all stylesheets. This includes settings, mixins and pseudo-classes.
*
* Version:
* 1.0.0 - 2018/10/23
*/
@charset "UTF-8";
//Settings
@import './settings/animation.scss';
@import './settings/assets.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';