This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
htcwl
/
SxsnPC
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
68b88e5249
Atzari
Tagi
master
SxsnPC
/
node_modules
/
css-tree
/
lib
/
syntax
/
atrule
/
font-face.js
font-face.js
139 B
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
8
module.exports = {
parse: {
prelude: null,
block: function() {
return this.Block(true);
}
}
};