pagestate
Version:
Using the CSS target: pseudo selector it is possible to apply style variations based upon the fragment identifier of the URI of a HTML document.
30 lines (29 loc) • 480 B
JSON
{
"name": "pagestate",
"main": [
"pagestate.js",
"pagestate.min.js"
],
"version": "1.0.5",
"homepage": "https://github.com/ceesgeene/pagestate",
"authors": [
"ceesgeene <ceesgeene@gmail.com>"
],
"keywords": [
"html",
"css",
"hash",
"target",
"state",
"nojs",
"history"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}