Minimize Flo - factor out some inlined styles
Generate flo.css CM extension to be added on the client side Switch to joint.core Update joint.core switch script Try post-install Proper postinstall stage Remove support for joint.core switch
This commit is contained in:
@@ -21,7 +21,7 @@ const SCROLLBAR_SIZE = 17;
|
||||
@Component({
|
||||
selector: 'flo-editor',
|
||||
templateUrl: './editor.component.html',
|
||||
styleUrls: ['./../../../node_modules/jointjs/dist/joint.css', './editor.component.scss'],
|
||||
styleUrls: ['./editor.component.scss'],
|
||||
encapsulation: ViewEncapsulation.None
|
||||
})
|
||||
export class EditorComponent implements OnInit, OnDestroy {
|
||||
|
||||
Reference in New Issue
Block a user