This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
ClawLab
/
RobotDaily
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
v0.1-init
Rami (Branch)
Tag
master
v0.1-init
RobotDaily
/
node_modules
/
css-tree
/
lib
/
syntax
/
atrule
/
starting-style.js
starting-style.js
143 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
8
export default {
parse: {
prelude: null,
block(nested = false) {
return this.Block(nested);
}
}
};