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

View File

@ -289,7 +289,10 @@
<section class="container"> <section class="container">
<p> <p>
Designed with ♥ by 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 >CJ Patoilo</a
>. Licensed under the >. Licensed under the
<a <a

View File

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

View File

@ -922,7 +922,10 @@
<section class="container"> <section class="container">
<p> <p>
Designed with ♥ by 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 >CJ Patoilo</a
>. Licensed under the >. Licensed under the
<a <a