Xoin / Awfully-White

Awfully White

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awfully White

Themable light theme for the new Facepunch forums using Less.

Development

Visual Studio Code

Recommended extensions: Less IntelliSense for autocompletion Easy LESS Auto-compile LESS to CSS on save Quick setup:

{
	"folders": [
		{
			"path": "Awfully-White",
		}
	],
	"settings": {
		"less.compile": {
			"compress": true, // true => remove surplus whitespace
			"sourceMap": true, // true => generate source maps (.css.map files)
			"out": "${workspaceRoot}\\",
			"main": "${workspaceRoot}\\Awfullywhite.less"
		},
		"less.lint.duplicateProperties": "warning",
		"less.lint.important": "warning",
		"less.scannerExclude": [
			"${workspaceRoot}\\**/.git",
			"**/node_modules",
			"**/bower_components"
		]
	}
}

About

Awfully White

License:The Unlicense


Languages

Language:CSS 100.0%