Skip to content

Commit dd02ed1

Browse files
Merge pull request #481 from AnkitSharma-007/master
Updated the style file type
2 parents fe16afa + 05fe64b commit dd02ed1

File tree

69 files changed

+219
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+219
-154
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build:prod:lib": "ng build @ngx-builders/ngx-bulma --prod && npm run schematics:build",
99
"build:lib": "ng build @ngx-builders/ngx-bulma --prod",
1010
"serve:app": "npm run build:lib && ng serve bulma-app -o",
11-
"build:lib:watch": "ng build ngx-bulma --watch",
11+
"build:lib:watch": "ng build @ngx-builders/ngx-bulma --watch",
1212
"build-docs": "npm run build:lib && ng build bulma-app",
1313
"build": "ng build",
1414
"test": "ng test",
@@ -102,4 +102,4 @@
102102
"path": "./node_modules/cz-conventional-changelog"
103103
}
104104
}
105-
}
105+
}

projects/bulma-app/src/app/introduction/introduction.component.html

Lines changed: 183 additions & 118 deletions
Large diffs are not rendered by default.

projects/bulma-app/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>ngx2-bulma: Bulma components, powered by Angular</title>
5+
<title>@ngx-builders/ngx-bulma: Bulma components, powered by Angular</title>
66
<base href="/" />
77
<meta name="viewport" content="width=device-width, initial-scale=1" />
88
<link rel="icon" type="image/x-icon" href="favicon.ico" />

projects/ngx-bulma/box/box.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { ChangeDetectionStrategy, Component, HostBinding, ViewEncapsulation } fr
33
@Component({
44
selector: 'bu-box',
55
templateUrl: './box.component.html',
6-
styleUrls: ['./box.component.css'],
6+
styleUrls: ['./box.component.scss'],
77
encapsulation: ViewEncapsulation.None,
88
changeDetection: ChangeDetectionStrategy.OnPush,
99
})

projects/ngx-bulma/breadcrumb/breadcrumb.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
@Component({
1212
selector: 'bu-breadcrumb',
1313
templateUrl: './breadcrumb.component.html',
14-
styleUrls: ['./breadcrumb.component.css'],
14+
styleUrls: ['./breadcrumb.component.scss'],
1515
encapsulation: ViewEncapsulation.None,
1616
changeDetection: ChangeDetectionStrategy.OnPush,
1717
})

projects/ngx-bulma/card/card-content/card-content.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
@Component({
1010
selector: 'bu-card-content',
1111
templateUrl: './card-content.component.html',
12-
styleUrls: ['./card-content.component.css'],
12+
styleUrls: ['./card-content.component.scss'],
1313
encapsulation: ViewEncapsulation.None,
1414
changeDetection: ChangeDetectionStrategy.OnPush,
1515
})

0 commit comments

Comments
 (0)