Skip to content

Commit 7528458

Browse files
committed
feat(css-blocks): Conflict Resolution Validator
- Added conflict resolution validator - Added resolution tracker to PropertyContainer - Refactored BlockParser into feature packages
1 parent 5b28b71 commit 7528458

30 files changed

+2298
-2995
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ docs/
44
coverage/
55
build/
66
.DS_Store
7+
lerna-debug.log
8+
yarn-error.log

package.json

-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"private": true,
3-
<<<<<<< HEAD
43
"devDependencies": {
54
"lerna": "^2.5.1"
65
},
7-
=======
8-
"devDependencies": {
9-
"lerna": "^2.5.1"
10-
},
11-
>>>>>>> 65ec8b6... Squash with 4420cd6e5efaf53b5c9ae2a2c4bfd82407cb4373
126
"workspaces": [
137
"packages/*"
148
]

0 commit comments

Comments
 (0)