Comparing version 0.0.21 to 0.0.22
@@ -6,17 +6,17 @@ import { h, getState, setState, link, css } from './main.js' | ||
const resets = { | ||
header: | ||
css | ||
.$nest('h1,h2,h3,h4,h5,h6', ` | ||
margin: 0px; | ||
`) | ||
,link: | ||
css` | ||
color: white; | ||
text-decoration: none; | ||
transition: 0.2s; | ||
` | ||
.$hover(` | ||
transform: scale(0.9); | ||
`) | ||
header: | ||
css | ||
.$nest('h1,h2,h3,h4,h5,h6', ` | ||
margin: 0px; | ||
`) | ||
,link: | ||
css` | ||
color: white; | ||
text-decoration: none; | ||
transition: 0.2s; | ||
` | ||
.$hover(` | ||
transform: scale(0.9); | ||
`) | ||
} | ||
@@ -27,5 +27,5 @@ | ||
view: () => [ | ||
h('.app' | ||
+ css` | ||
padding: 0em; | ||
h('.app' | ||
+ css` | ||
padding: 0em; | ||
` | ||
@@ -35,12 +35,12 @@ .desktop(` | ||
`) | ||
.wide(` | ||
padding: 2em 8em; | ||
`) | ||
, nav() | ||
, sections( | ||
quickStart() | ||
) | ||
) | ||
, footer() | ||
] | ||
.wide(` | ||
padding: 2em 8em; | ||
`) | ||
, nav() | ||
, sections( | ||
quickStart() | ||
) | ||
) | ||
, footer() | ||
] | ||
} | ||
@@ -78,5 +78,4 @@ } | ||
) | ||
,h('p' | ||
, 'Enlightened' | ||
, 'data modelling and state management.' | ||
,h('p' | ||
, 'Enlightened data modelling and state management.' | ||
) | ||
@@ -83,0 +82,0 @@ ) |
{ | ||
"name": "attain", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "A library for modelling and accessing data.", | ||
@@ -5,0 +5,0 @@ "main": "dist/attain.min.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
175865
832