Small fixes

This commit is contained in:
CJ Patoilo 2020-05-17 18:41:53 -03:00
parent aa55a7a169
commit 7731e75fad
4 changed files with 14 additions and 7 deletions

View File

@ -1,16 +1,19 @@
#########################
## Sass Lint File
## SASS Lint File
## See rules https://github.com/sasstools/sass-lint/tree/master/docs/rules
#########################
# Linter Options
options:
# Don't merge default rules
merge-default-rules: false
# File Options
files:
include: 'src/**/*.s+(a|c)ss'
ignore:
- 'node_modules/**/*.*'
- 'node_modules'
# Rule Configuration
rules:
attribute-quotes:
@ -52,7 +55,7 @@ rules:
indentation:
- 2
-
size: 'tab'
size: 2
property-sort-order:
- 1
-

View File

@ -289,7 +289,10 @@
<section class="container">
<p>
Designed with ♥ by
<a target="_blank" href="https://cjpatoilo.com" title="CJ Patoilo"
<a
target="_blank"
href="https://twitter.com/cjpatoilo"
title="CJ Patoilo"
>CJ Patoilo</a
>. Licensed under the
<a

View File

@ -1,4 +1,3 @@
// eslint-disable-next-line
Package.describe({
name: 'milligram:milligram',
version: '1.3.0',
@ -7,7 +6,6 @@ Package.describe({
documentation: 'readme.md'
})
// eslint-disable-next-line
Package.onUse(api => {
api.versionsFrom('METEOR@1.0')
api.addFiles(['dist/milligram.css'], 'client')

View File

@ -922,7 +922,10 @@
<section class="container">
<p>
Designed with ♥ by
<a target="blank" href="https://cjpatoilo.com" title="CJ Patoilo"
<a
target="blank"
href="https://twitter.com/cjpatoilo"
title="CJ Patoilo"
>CJ Patoilo</a
>. Licensed under the
<a