@@ -36,15 +36,15 @@ module: {
36
36
// use sass:
37
37
module: {
38
38
loaders: [{
39
- test: / \. styl $ / ,
39
+ test: / \. scss $ / ,
40
40
loader: ' react-native-css-loader!sass-loader'
41
41
}]
42
42
}
43
43
44
44
// use less:
45
45
module: {
46
46
loaders: [{
47
- test: / \. styl $ / ,
47
+ test: / \. less $ / ,
48
48
loader: ' react-native-css-loader!less-loader'
49
49
}]
50
50
}
@@ -63,28 +63,3 @@ check this file: `index.js`
63
63
- Make sure your features are fully tested
64
64
- Publish your local branch, Open a pull request
65
65
- Enjoy hacking <3
66
-
67
- ### MIT license
68
- Copyright (c) 2015 thewei
69
-
70
- Permission is hereby granted, free of charge, to any person obtaining a copy
71
- of this software and associated documentation files (the " ; Software" ; ), to deal
72
- in the Software without restriction, including without limitation the rights
73
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
74
- copies of the Software, and to permit persons to whom the Software is
75
- furnished to do so, subject to the following conditions:
76
-
77
- The above copyright notice and this permission notice shall be included in
78
- all copies or substantial portions of the Software.
79
-
80
- THE SOFTWARE IS PROVIDED " ; AS IS" ; , WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
81
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
82
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
83
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
84
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
85
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
86
- THE SOFTWARE.
87
-
88
- ---
89
- ![ docor] ( )
90
- built upon love by [ docor] ( git+https://github.com/turingou/docor.git ) v0.3.0
0 commit comments