Logo

GitLab

Sign in

Repower / Repower_CHosoWebApi

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues
  • Merge Requests 0
  • Labels
  • Wiki
  • Repower_CHosoWebApi
  • public
  • src
  • scss
  • _base.scss
  • Created Public Site
    71f1c758
    marco.colombi authored
    2017-12-11 12:11:35 +0100  
    Browse Code ยป
_base.scss 369 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
$susy: (
	flow: ltr,
	math: fluid,
	output: float,
	gutter-position: split,
	container: auto,
	container-position: center,
	columns: 12,
	gutters: .5,
	column-width: false,
	global-box-sizing: content-box,
	last-flow: to,
	use-custom: (
		background-image: true,
		background-options: false,
		box-sizing: true,
		clearfix: true,
		rem: true,
		)
	);